home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
- <head>
- <title>MyServer Documentation - HTML - www.myserverproject.net</title>
- <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
- <meta http-equiv="Content-Style-Type" content="text/css" />
- <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
- </head>
- <body>
- <table class="center" width="95%">
- <tr>
- <td class="center">
- <h1 class="title">HTML FILES</h1>
- <br />
- HTML is used to write static web pages, and is used in conjunction with
- other languages to create dynamic pages. Anyone can create HTML
- (Hypertext Markup Language) files that can be viewed through MyServer.<br />
- <br />
- <br />
- The easiest way to create HTML files is to use a word processor such as
- <a href="http://www.openoffice.org" target="_blank">Open Office </a>
- or <a href="http://www.microsoft.com" target="_blank">Microsoft Word</a>
- and
- save the file with the <span class="code">.html</span>
- extension. You can also create HTML files by writing the code in
- a text editor such as notepad or GNU Emacs.<br />
- <br />
- <br />
- The default place to save HTML files is in the<span class="code">
- web</span> directory.<br />
- <br />
- <div class="center"><img src="../images/myfiles.png" title="The default web folder" alt="Web folder" width="468" height="260" /><br />
- </div>
- <div class="center">The default "web" directory is selected.<br />
- </div>
- <br />
- <br />
- You can define another directory by configuring the <a href="virtualhosts.html">virtual hosts</a>.
- </td>
- </tr>
- </table>
- </body>
- </html>
-